Version

IPool<T> Interface Members

The following tables list the members exposed by IPool<T>.

Public Properties
 NameDescription
 PropertyActivateGets or sets the function used to activate items.  
 PropertyCreateGets or sets the function used to create new items.  
 PropertyDestroyGets or sets the function used to destroy old items.  
 PropertyDisactivateGets or sets the function used to disactivate items.  
Public Methods
 NameDescription
 MethodClearClear the values from the pool.  
See Also